home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / arvore.swf / scripts / DefineButton2_73 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  124 b   |  6 lines

  1. on(release){
  2.    play();
  3.    _root.tit = "Digite o t├¡tulo da sua cartinha aqui";
  4.    _root.txt = "Aqui vai seu texto";
  5. }
  6.